From 45145c8c10fd6a568476e15808239a1af3a083f4 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 4 Aug 2014 13:31:34 +0200 Subject: [PATCH] gtk-encode-symbolic-svg: Fix build with -Werror=format-security --- gtk/encodesymbolic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/encodesymbolic.c b/gtk/encodesymbolic.c index c8e6700501..9f7d0159e0 100644 --- a/gtk/encodesymbolic.c +++ b/gtk/encodesymbolic.c @@ -247,7 +247,7 @@ main (int argc, char **argv) if (argc < 3) { - g_printerr (g_option_context_get_help (context, FALSE, NULL)); + g_printerr ("%s\n", g_option_context_get_help (context, FALSE, NULL)); return 1; } -- 2.30.2